home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / golden / goldensetup57420.exe / {app} / Golden32.exe / 0 / RCDATA / TSPLASHSCREEN / TSPLASHSCREEN.txt < prev   
Encoding:
Text File  |  2004-03-08  |  1.1 KB  |  51 lines

  1. object SplashScreen: TSplashScreen
  2.   Left = 250
  3.   Top = 169
  4.   AutoSize = True
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   ClientHeight = 350
  8.   ClientWidth = 500
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 500
  25.     Height = 350
  26.     AutoSize = True
  27.     Picture.Data = {<image000.jpg>}
  28.   end
  29.   object RzURLLabel1: TRzURLLabel
  30.     Left = 7
  31.     Top = 79
  32.     Width = 100
  33.     Height = 16
  34.     Caption = 'Benthic Software'
  35.     Color = clWhite
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clNavy
  38.     Font.Height = -13
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = [fsUnderline]
  41.     ParentColor = False
  42.     ParentFont = False
  43.     Transparent = True
  44.     FrameSides = []
  45.     FlyByEnabled = True
  46.     URL = 'http://www.benthicsoftware.com/index.html'
  47.     UnvisitedColor = clNavy
  48.     VisitedColor = clNavy
  49.   end
  50. end
  51.